projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a50585
)
(org-id-locations-file): Run file names that begin with a period thru
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 19 Oct 2008 10:20:22 +0000
(10:20 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 19 Oct 2008 10:20:22 +0000
(10:20 +0000)
`convert-standard-filename'.
lisp/org/org-id.el
patch
|
blob
|
history
diff --git
a/lisp/org/org-id.el
b/lisp/org/org-id.el
index cfb16d6395457684e49000efe83320244e8793bb..e4ba7b0e74166a2af34753af9398f34f158727c8 100644
(file)
--- a/
lisp/org/org-id.el
+++ b/
lisp/org/org-id.el
@@
-116,7
+116,7
@@
be added."
:group 'org-id
:type 'boolean)
-(defcustom org-id-locations-file
"~/.org-id-locations"
+(defcustom org-id-locations-file
(convert-standard-filename "~/.org-id-locations")
"The file for remembering the last ID number generated."
:group 'org-id
:type 'file)